사이트 내 전체검색
스크립트 우측 하단에 고정된 배너 스크립트
로빈아빠
https://cmd.kr/javascript/606 URL이 복사되었습니다.

본문


<script>
if(typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat') {
 csFixedRBCalc="_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}";
} else {
 csFixedRBCalc="_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);}";
}

var csBannerFixed='#csBannerFixed{position:fixed;_position:absolute;bottom:0px;right:0px;overflow:hidden;z-index:100;' + csFixedRBCalc;

document.write( '<STYLE TYPE="text/css">'+csBannerFixed+'</STYLE>');
document.write( '<DIV ID=csBannerFixed>' );

document.write( '우측....하단' );

document.write( '</DIV>' );

</script>

 

댓글목록

등록된 댓글이 없습니다.

831 (5/17P)

Search

Copyright © Cmd 명령어 3.14.130.241